home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
European High School Girl
/
European High School Girl.iso
/
pc
/
prg
/
jessica.dxr
/
00095.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-08
|
289 b
|
17 lines
on mouseDown
global autoflg, framecnt
set the ink of sprite 10 to 4
updateStage()
repeat while the stillDown
nothing()
end repeat
set the ink of sprite 10 to 8
updateStage()
set autoflg to 1
if the colorDepth <= 8 then
go("S08")
else
go("S16")
end if
end